home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-themes-selected.postinst < prev    next >
Text File  |  2009-10-20  |  275b  |  12 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. rm -f /usr/share/icons/icon-theme.cache
  7. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  8.     for theme in $(dpkg -L gnome-themes | sed -n 's#^/usr/share/icons/\([^/]*\)/.*#\1#p' | uniq); do
  9.         gtk-update-icon-cache /usr/share/icons/$theme
  10.     done
  11. fi
  12.